home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 05 Programming / ASTERI.SFX / rat.doc < prev    next >
Text File  |  1990-02-12  |  824b  |  41 lines

  1. RAT - The Ratsword source code editor
  2.  
  3. Here are as many commands as I can
  4. think of at the moment:
  5.  
  6.    F1  Tab
  7.    F2  Toggle tab marker
  8.    F3  Pagedown
  9.    F4  Pageup
  10.    F5  Insert line
  11.    F6  Delete line
  12.    F7  Load file
  13.    F8  Save file
  14.  
  15. Ctrl1  Toggle Insert/Draw mode
  16. Ctrl2  Capslock
  17. Ctrl3  Output as ASC/PET/CBM characters
  18.  
  19. HOME   Jump to (0,0)
  20. CLR    Clear Screen
  21. CRSR's Move cursor
  22. STOP   Exit
  23.  
  24.  
  25. Flags: -p  Input file type PETASC
  26.        -c  Input type CBM(Screen) codes
  27.  
  28.  
  29.                             ~~ ~ ~ ~  ~
  30.   Input type (ASC/PET/CBM) @╜] ] ] ]  ]
  31.   Output type   "    "      @╜ ] ] ]  ]
  32.                      Capslock @╜ ] ]  ]
  33.                     Insert/Draw @╜ ]  ]
  34.                          Cursor X @╜  ]
  35.                             Cursor Y @╜
  36.  
  37.  
  38.  
  39. X <-Place cursor here and have a look
  40.     when editing this file
  41.